github.com/refraction-networking/utls.Conn.utlsHandshakeMessageType (method)

2 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L1172: 		m, err = c.utlsHandshakeMessageType(data[0]) // see u_conn.go
		u_conn.go#L826: func (c *Conn) utlsHandshakeMessageType(msgType byte) (handshakeMessage, error) {